-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert https://github.com/eclipse-jdt/eclipse.jdt.core/pull/630 #1079
Revert https://github.com/eclipse-jdt/eclipse.jdt.core/pull/630 #1079
Conversation
Analysis for testBug522142_bogusError, with this example code:
After Foo has been correctly translated into Foo< Yet, the bound check for the "Belatedly",
Fast-forward to Ergo: yes, this test from #683 requires additional help either from #630 or from #1077. But ... (tbc) |
absence of eclipse-jdt#630. Disable testGH854 to enable running of more test suites
This is the most careful thing I can think of for 4.28. @srikanth-sankaran WDYT?
I think that test is dispensable for now, but I'll take another look as promised. |
The failure is caused in the exact code location where my first attempt of #1067 introduced a lot of new scaffolding to ensure an auspicious order of event. I think adding such stuff on top of this revert commit would be too much. EDIT: cherry picking that commit would indeed fix testGH854 but I wouldn't recommend doing so. |
Looking into this ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
@stephan-herrmann , your additional point fix on top of (reverse patch + tests) looks OK to me. I agree it could be too much to also squeeze in a fix for testGH854 right now. @iloveeclipse, we can proceed to merge this - after project lead approval |
Please do! Thank you both! |
* Revert eclipse-jdt#630 * Point-fix for NullTypeAnnotationTest.testBug522142_bogusError() in absence of eclipse-jdt#630. Disable testGH854 to enable running of more test suites --------- Co-authored-by: Stephan Herrmann <stephan.herrmann@berlin.de>
What it does
Revert #630 for the time being as it results in a cascade of issues
Author checklist